Class VectorValue


  • public class VectorValue
    extends java.lang.Object
    Author:
    Cesar Martin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double a  
      private java.util.List<Node> community  
    • Constructor Summary

      Constructors 
      Constructor Description
      VectorValue​(java.util.List<Node> c)  
      VectorValue​(java.util.List<Node> c, double a)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getA()  
      java.util.List<Node> getCommunity()  
      void setA​(double a)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • community

        private java.util.List<Node> community
      • a

        private double a
    • Constructor Detail

      • VectorValue

        public VectorValue​(java.util.List<Node> c)
      • VectorValue

        public VectorValue​(java.util.List<Node> c,
                           double a)
    • Method Detail

      • getCommunity

        public java.util.List<Node> getCommunity()
        Returns:
        the community
      • getA

        public double getA()
        Returns:
        the a
      • setA

        public void setA​(double a)
        Parameters:
        a - the a to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object